From 958400f6c0c6b8c2c79f73f65a0fcbb21e09747d Mon Sep 17 00:00:00 2001 From: "tsteven4@gmail.com" Date: Mon, 3 Mar 2014 23:58:48 +0000 Subject: [PATCH] update coverity model to tune false positives. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4775 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/coverity_model.cc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gpsbabel/coverity_model.cc b/gpsbabel/coverity_model.cc index 9672c756d..4f03cf103 100644 --- a/gpsbabel/coverity_model.cc +++ b/gpsbabel/coverity_model.cc @@ -35,3 +35,7 @@ void route_add_wpt_named(route_head* rte, Waypoint* wpt, const QString& namepart, int number_digits) { __coverity_escape__(wpt); } +void track_add_wpt_named(route_head* rte, Waypoint* wpt, + const QString& namepart, int number_digits) { + __coverity_escape__(wpt); +} -- 2.30.2